32bad6edc4180b64c98f3f1c26b53eefffc0b09a,plugins/mps-build/languages/build.mps.tests/source_gen/jetbrains/mps/build/mps/tests/generator/template/main/QueriesGenerated.java,QueriesGenerated,insertMacro_varValue_4608161086082556980,#IOperationContext#TemplateQueryContext#,94

Before Change


  }

  public static Object insertMacro_varValue_4608161086082556980(final IOperationContext operationContext, final TemplateQueryContext _context) {
    return ((MPSModulesClosure) _context.getVariable("var:closure")).getAllModules();
  }

  public static Object insertMacro_varValue_4005526075833130408(final IOperationContext operationContext, final TemplateQueryContext _context) {

After Change


  }

  public static Object insertMacro_varValue_4608161086082556980(final IOperationContext operationContext, final TemplateQueryContext _context) {
    return Sequence.fromIterable(((MPSModulesClosure) _context.getVariable("var:closure")).getAllModules()).select(new ISelector<SNode, SNode>() {
      public SNode select(SNode it) {
        return SNodeOperations.cast(DependenciesHelper.getOriginalNode(it, _context), "jetbrains.mps.build.mps.structure.BuildMps_AbstractModule");
      }